int->string/hex
αSummary
Turn α into a its **hexadecimal** string representation
Bytecode
Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.
( 0 ($get/val 'lower-case)) ( 2 ($get/val 'int->string/HEX)) ( 4 ($get/val 'α)) ( 6 ($apply 1)) ( 8 ($apply 1)) ( 10 ($ret))